home *** CD-ROM | disk | FTP | other *** search
/ Software of the Month Club 1995 March / SOFM_Mar1995.bin / mac / General Interest / KeyQuencer 1.2.1 / More KQ Extensions to add / ChangeClip / ChangeClip.rsrc / MPRM_128 < prev    next >
Text File  |  1994-11-23  |  1KB  |  2 lines

  1.  
  2. ChangeClipWChangeClip "new" ["old"/#offset[#length]/before["find"]/after["find"]] [once] [enforce]ƒChanges the clipboard text by inserting, replacing or removing a string. Use "\r" for return, "\t" for tab, "\q" for <">, "\\" for <\>, "\7E" for ASCII hex $7EenforceúForces private clipboard conversion for applications that don╒t write to the system clipboard; add it to the first and to the last ClipChange command in your macro"new"Replaces clipboard contents "new" "old",Replaces all occurrences of "old" with "new""new" "old" once1Replaces the first occurrence of "old" with "new" "new" before'Adds "new" at the beginning of the text"new" before "find"+Adds "new" before each occurrence of "find""new" before "find" once0Adds "new" before the first occurrence of "find" "new" after!Adds "new" at the end of the text"new" after "find"*Adds "new" after each occurrence of "find""new" after "find" once/Adds "new" after the first occurrence of "find""new" #offsetIAdds "new" at the specified numeric offset from the beginning of the text"new" #offset #length>Replaces #length characters at the specified offset with "new"